GtkCssImageIconTheme: Don't try to unref a NULL pointer
authorKjell Ahlstedt <kjellahlstedt@gmail.com>
Fri, 10 Nov 2017 15:48:30 +0000 (16:48 +0100)
committerKjell Ahlstedt <kjellahlstedt@gmail.com>
Fri, 10 Nov 2017 15:48:30 +0000 (16:48 +0100)
commitb0d1ae4a5c972fcea1462b9067979f202cac8fa3
treece569c14886deaef902e8d54c4860411ab9146e0
parent1da8c1b27fd968e6aa69be465393c4490272e833
GtkCssImageIconTheme: Don't try to unref a NULL pointer

In gtk_css_image_icon_theme_snapshot(), don't try to unref icon_info
if it's NULL.

https://bugzilla.gnome.org/show_bug.cgi?id=790171
gtk/gtkcssimageicontheme.c